home *** CD-ROM | disk | FTP | other *** search
/ Nebula 2 / Nebula Two.iso / SourceCode / MiscKit1.7.1 / MiscKit / Examples / LazyScrollDir / DirController.h < prev    next >
Encoding:
Text File  |  1996-02-08  |  1.2 KB  |  41 lines

  1. //=============================================================================
  2. //
  3. //        Copyright (C) 1995 by Paul S. McCarthy and Eric Sunshine.
  4. //                Written by Paul S. McCarthy and Eric Sunshine.
  5. //                            All Rights Reserved.
  6. //
  7. //        This notice may not be removed from this source code.
  8. //
  9. //        This object is included in the MiscKit by permission from the authors
  10. //        and its use is governed by the MiscKit license, found in the file
  11. //        "License.rtf" in the MiscKit distribution.    Please refer to that file
  12. //        for a list of all applicable permissions and restrictions.
  13. //
  14. //=============================================================================
  15. //-----------------------------------------------------------------------------
  16. // DirController.h
  17. //
  18. //        Manages application which demonstrates use of TableScroll.
  19. //
  20. //-----------------------------------------------------------------------------
  21. //-----------------------------------------------------------------------------
  22. // $Id$
  23. // $Log$
  24. //-----------------------------------------------------------------------------
  25.  
  26. #import <appkit/appkit.h>
  27.  
  28. @interface DirController : Object
  29.     {
  30.     id infoPanel;
  31.     id infoText;
  32.     }
  33.  
  34. - init;
  35. - free;
  36. - appDidInit: sender;
  37. - new: sender;
  38. - info: sender;
  39.  
  40. @end
  41.